home *** CD-ROM | disk | FTP | other *** search
/ Workbench Add-On / Workbench Add-On - Volume 1.iso / DiskUtil / Misc / DiskSpare / Support / Startup2.mbd < prev    next >
Text File  |  1994-11-13  |  403b  |  15 lines

  1. QuietTD
  2. MOUNT    DS0:
  3. DISKCHANGE DS0:                ;for HD drives only
  4. ;If you want to boot from other units, simply change DS0: to DSx:
  5. ;If you don't have a C, L or LIBS directory on the DSD disk, put a ';'
  6. ;in front of the corresponding line.
  7. ASSIGN    SYS:    DS0:
  8. ASSIGN    C:    sys:c
  9. ASSIGN    DEVS:    sys:devs
  10. ASSIGN    L:    sys:l
  11. ASSIGN    LIBS:    sys:libs
  12. ASSIGN    S:    sys:s
  13. ASSIGN    T:    sys:t
  14. EXECUTE    S:Startup-Sequence        ;'boot' from DS0:
  15.